From 9326f1a57c52cc991b5756d1811155a25fe6623c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 31 Aug 2015 11:08:25 -0400 Subject: [PATCH] Turn off inspector keybindings by default This is a 'developer mode' feature, and it can and does interfere with preexisting key bindings in some applications, so keep it off by default in stable releases, at least. http://bugzilla.gnome.org/show_bug.cgi?id=754115 --- gtk/org.gtk.Settings.Debug.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/org.gtk.Settings.Debug.gschema.xml b/gtk/org.gtk.Settings.Debug.gschema.xml index 4ef67da183..abb985dcc3 100644 --- a/gtk/org.gtk.Settings.Debug.gschema.xml +++ b/gtk/org.gtk.Settings.Debug.gschema.xml @@ -3,7 +3,7 @@ - true + false Enable inspector keybinding If this setting is true, GTK+ lets the user open an interactive -- 2.30.2